Add missing subrip piece.
authorrobertl <robertl>
Sun, 20 Jun 2010 00:03:48 +0000 (00:03 +0000)
committerrobertl <robertl>
Sun, 20 Jun 2010 00:03:48 +0000 (00:03 +0000)
vecs.c

diff --git a/vecs.c b/vecs.c
index 0555dbd27ce401c7c094678cf36f82f73d085693..d40eac5835668042b8a9f18f05d901ad098905c3 100644 (file)
--- a/vecs.c
+++ b/vecs.c
@@ -171,6 +171,7 @@ extern ff_vecs_t vpl_vecs;
 extern ff_vecs_t teletype_vecs;
 extern ff_vecs_t jogmap_vecs;
 extern ff_vecs_t wintec_tes_vecs;
+extern ff_vecs_t subrip_vecs;
 extern ff_vecs_t format_garmin_xt_vecs;
 
 static
@@ -1012,6 +1013,12 @@ vecs_t vec_list[] = {
                 "Wintec TES file",
                 "tes"
         },
+       {
+               &subrip_vecs,
+               "subrip",
+               "SubRip subtitles for video mapping (.srt)",
+               "srt"
+       },
         {
                &format_garmin_xt_vecs,
                "garmin_xt",